'DeclarationPublic Overloads Function NotBeOfType(Of T)( _ Optional ByVal because As String, _ ByVal ParamArray becauseArgs() As Object _ ) As FluentAssertions.AndConstraint(Of TAssertions)
'UsageDim instance As AbstractFolderAssertions Dim because As String Dim becauseArgs() As Object Dim value As FluentAssertions.AndConstraint(Of TAssertions) value = instance.NotBeOfType(Of T)(because, becauseArgs)
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType<T>( string because, params object[] becauseArgs )
Parameters
- because
- becauseArgs
Type Parameters
- T